public static class JRubyScriptUtils.JRubyExecutionException extends NestedRuntimeException
RaiseException
being thrown from a JRuby method invocation.
Introduced because the RaiseException
class does not
have useful Object.toString()
, Throwable.getMessage()
,
and Throwable.printStackTrace()
implementations.
Constructor and Description |
---|
JRubyScriptUtils.JRubyExecutionException(RaiseException ex)
Create a new
JRubyException ,
wrapping the given JRuby RaiseException . |
Modifier and Type | Method and Description |
---|---|
private static java.lang.String |
buildMessage(RaiseException ex) |
contains, getMessage, getMostSpecificCause, getRootCause